home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / v cisle / mediaportal / Setup.msi / _7D70CA33C218362F815E9756880A9F01 / _FA00231D4F2B46BF86831DD2F0762453 < prev    next >
Extensible Markup Language  |  2006-12-21  |  449b  |  17 lines

  1. <?xml version="1.0"?>
  2. <configuration>
  3.   <startup>
  4.     <requiredRuntime version="v2.0.50727"/>
  5.     <supportedRuntime version="v2.0.50727"/>
  6.   </startup>
  7.   <runtime>
  8.         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  9.             <probing privatePath="plugins/windows"/>
  10.         </assemblyBinding>
  11.     </runtime>
  12.     <appSettings>
  13.         <add key="version" value="0.2.2.0"/>
  14.         <add key="edtftp.log.level" value="ALL"/>
  15.     </appSettings>
  16. </configuration>
  17.